<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-color {
  color: #db0000;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1440px;
  margin: auto;
}
.w1600 {
  width: 1680px;
  margin: auto;
}
html {
  scroll-behavior: auto;
  /* 鐩存帴璺宠浆锛屾棤鍔ㄧ敾 */
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot?v=2");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff?v=2") format("woff"), url("../font/iconfont.ttf?v=2") format("truetype"), url("../font/iconfont.svg#iconfont?v=2") format("svg");
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "fdm";
  src: url("../fonts/DINCondensedC.woff"), url(../font/DINCondensedC.eot), url(../font/DINCondensedC.ttf);
}
.fdm {
  font-family: "fdm";
}
.font-15 {
  font-size: 15px;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-8 {
  color: #81868e;
}
.color-3 {
  color: #333;
}
.color-4 {
  color: #4e4b49;
}
.color-6 {
  color: #666;
}
.color-b {
  color: #bfbfbf;
}
.pt-80 {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #db0000;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
header .head-nav {
  height: 90px;
  padding: 0 4%;
}
header .head-nav .logo {
  position: relative;
  height: 100%;
  width: 150px;
}
header .head-nav .logo .img {
  position: absolute;
  left: 0;
  top: 16px;
  bottom: -30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #db0000;
}
header .head-nav .logo .img img {
  max-height: 90%;
  max-width: 90%;
}
header .head-nav &gt; ul {
  height: 100%;
}
header .head-nav &gt; ul &gt; li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header .head-nav &gt; ul &gt; li &gt; a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 18px;
  transition: 0.5s;
}
header .head-nav &gt; ul &gt; li .nav-other-son {
  position: absolute;
  left: 0;
  width: 180px;
  top: 100%;
  display: none;
  background-color: #fff;
  z-index: 10;
}
header .head-nav &gt; ul &gt; li .nav-other-son a {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px #d5dfeb solid;
  justify-content: space-between;
}
header .head-nav &gt; ul &gt; li .nav-other-son a:hover {
  color: #db0000;
}
header .head-nav &gt; ul &gt; li .nav-other-son a:last-child {
  border-bottom: none;
}
header .head-nav &gt; ul &gt; li:hover &gt; a {
  color: #db0000;
}
header .head-nav &gt; ul &gt; li:hover .nav-other-son {
  display: block;
}
header .head-nav &gt; ul &gt; li.active &gt; a {
  color: #db0000;
}
header .head-nav .info .search {
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
header.active {
  background-color: #fff;
}
header.page-active {
  background-color: #fff;
  position: relative;
}
@keyframes headani {
  0% {
    top: 120%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list &gt; li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list &gt; li li:first-child,
.top-menu-list &gt; li:first-child {
  height: 45px;
}
.top-menu-list &gt; li li:first-child &gt; a,
.top-menu-list &gt; li:first-child &gt; a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list &gt; li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list &gt; li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list &gt; li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list &gt; li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
footer {
  position: relative;
  overflow: hidden;
  background: url(../images/footer-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
footer .content ul li {
  margin-right: 10%;
}
footer .content ul li a {
  display: block;
  line-height: 32px;
}
footer .content ul li a:hover {
  color: #db0000;
}
footer .content ul li .clcy {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
footer .content ul li .clcy:hover {
  color: #fff;
}
footer .content ul li .accordion-collapse a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
footer .content ul li .accordion-collapse a:hover {
  color: #fff;
}
footer .content .info .code img {
  width: 100px;
}
footer .content .info ol li {
  display: flex;
  align-items: center;
}
footer .content .info ol li span {
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
footer .content .info ol li h4 {
  max-width: 220px;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
}
footer .links p {
  color: rgba(255, 255, 255, 0.6);
}
footer .links a {
  color: rgba(255, 255, 255, 0.6);
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .copyright {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-left: 8px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@keyframes wave {
  0% {
    background-position-x: 0;
    transform: scaleX(100%);
  }
  50% {
    transform: scaleX(135%);
  }
  to {
    background-position-x: 132%;
    transform: scaleX(100%);
  }
}
.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 3px;
  color: #6e6e6e;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: #db0000;
  color: #fff;
  border: 1px solid #db0000;
}
.pagination-box li .current {
  background: #db0000;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px;
  border: 1px solid #db0000;
  display: inline-block;
}
#m-b-bar {
  position: fixed;
  left: 5%;
  right: 5%;
  bottom: 3%;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 25px;
  display: flex;
  align-items: center;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.05);
}
#m-b-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-b-bar a:first-child {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
#m-b-bar a .icon {
  color: #fff;
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list &gt; li {
  height: 46px;
  line-height: 46px;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list &gt; li li:first-child,
.navbar-nav-more-body .top-menu-list &gt; li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list &gt; li li:first-child &gt; a,
.navbar-nav-more-body .top-menu-list &gt; li:first-child &gt; a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list &gt; li a {
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list &gt; li a:hover {
  color: #db0000;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 0;
  display: none;
}
.navbar-nav-more-body .top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body .top-menu-list .icon {
  font-size: 16px;
  color: #666;
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
  margin-right: 0.5rem;
}
.nav-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #eeeeee solid;
}
.nav-item .view-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  position: relative;
  transition: 0.5s;
}
.nav-item ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #db0000;
  width: 0;
  transition: 0.5s;
}
.nav-item ul li a.active,
.nav-item ul li a:hover {
  color: #db0000;
}
.nav-item ul li a.active::before,
.nav-item ul li a:hover::before {
  width: 100%;
}
.view-position .nav-bread {
  color: #999;
  padding-left: 180px;
}
.view-position .nav-bread a {
  color: #999;
  font-size: 14px;
  margin: 0 6px;
}
.view-position .nav-bread a:hover {
  color: #db0000;
}
.view-position .nav-bread a:last-child {
  color: #666;
}
.view-position .back:hover {
  color: #db0000;
}
.view-position .back:hover .icon {
  color: #db0000;
}
.qq-nav-bread {
  color: #333 !important;
}
.qq-nav-bread a {
  color: #333 !important;
}
.qq-nav-bread .icon {
  color: #333 !important;
}
.page-banner .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
.page-banner .text .nav-bread {
  color: rgba(255, 255, 255, 0.6);
}
.page-banner .text .nav-bread * {
  color: rgba(255, 255, 255, 0.6);
}
.page-banner .text .nav-bread a:hover {
  color: #db0000;
}
.ab-bg {
  background-color: #f5f5f5;
}
.enti {
  position: relative;
}
.enti img {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
}
.zqq-page .section1 .desc strong {
  font-size: 48px;
  color: #333;
}
.zqq-page .section1 .desc strong span {
  font-size: 48px;
}
.zqq-page .section1 .desc p {
  margin-bottom: 20px;
}
.zqq-page .section1 .info p {
  display: flex;
  align-items: center;
}
.zqq-page .section1 .info p span {
  width: 16px;
  height: 16px;
  background-color: #eee;
  border-radius: 50%;
  margin-right: 10px;
}
.zqq-page .section1 .info p img {
  width: 16px;
  margin-right: 10px;
}
.zqq-page .section1 .info p:nth-child(1) span {
  background-color: #a1bcd2;
}
.zqq-page .section1 .info p:nth-child(2) span {
  background-color: #5b6e88;
}
.zqq-page .section1 .info p:nth-child(3) span {
  background-color: #2b3a50;
}
.zqq-page .section1 .info p:nth-child(4) span {
  background-color: #db0000;
}
.zqq-page .section1 .img {
  position: relative;
}
.zqq-page .section1 .img &gt; img {
  width: 90%;
}
.zqq-page .section1 .img .section-container {
  width: 366px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.zqq-page .section1 .img .section-container .item .imgs {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.zqq-page .section1 .img .section-container .section-prev {
  position: absolute;
  left: 8px;
  bottom: 16px;
  z-index: 4;
}
.zqq-page .section1 .img .section-container .section-prev:hover .icon {
  color: #db0000;
}
.zqq-page .section1 .img .section-container .section-next {
  position: absolute;
  right: 8px;
  bottom: 16px;
  z-index: 4;
}
.zqq-page .section1 .img .section-container .section-next:hover .icon {
  color: #db0000;
}
.zqq-page .section1 .img .sz-info {
  position: absolute;
  top: 53%;
  right: 21%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.zqq-page .section1 .img .sz-info &gt; img {
  max-width: 100%;
  animation: iscale 1.5s linear infinite;
}
.zqq-page .section1 .img .sz-info .cont {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.zqq-page .section1 .img .sz-info:hover .cont {
  z-index: 2;
  opacity: 1;
}
.zqq-page .section1 .img .gd-info {
  position: absolute;
  bottom: 12%;
  right: 31%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.zqq-page .section1 .img .gd-info &gt; img {
  max-width: 100%;
  animation: iscale 1.5s linear infinite;
}
.zqq-page .section1 .img .gd-info .cont {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.zqq-page .section1 .img .gd-info:hover .cont {
  z-index: 2;
  opacity: 1;
}
.zqq-page .section2 {
  background-color: #f7f9fd;
}
.zqq-page .section2 .desc strong {
  font-size: 48px;
  color: #333;
}
.zqq-page .section2 .desc strong span {
  font-size: 48px;
}
.zqq-page .section2 .desc p {
  line-height: 1.5;
}
.zqq-page .section2 .img img {
  max-width: 100%;
}
@keyframes iscale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.about-page .section1 .text h4 {
  text-shadow: -1px -1px 0 #db0000, 1px -1px 0 #db0000, -1px 1px 0 #db0000, 1px 1px 0 #db0000;
  color: #fff;
}
.about-page .section1 .img {
  position: relative;
}
.about-page .section1 .img a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section2 {
  background: url(../images/about-section2-bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
.about-page .section2 .section2-prev {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #aaa solid;
}
.about-page .section2 .section2-prev:hover {
  color: #fff;
  border-color: #db0000;
  background-color: #db0000;
}
.about-page .section2 .section2-prev:hover .icon {
  color: #fff;
}
.about-page .section2 .section2-next {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #aaa solid;
}
.about-page .section2 .section2-next:hover {
  color: #fff;
  border-color: #db0000;
  background-color: #db0000;
}
.about-page .section2 .section2-next:hover .icon {
  color: #fff;
}
.about-page .section2 .content {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
.about-page .section2 .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 124px;
  height: 2px;
  background-color: #ccc;
}
.about-page .section2 ul li {
  position: relative;
}
.about-page .section2 ul li .dot {
  position: absolute;
  left: 10%;
  top: 120px;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
}
.about-page .section2 ul li .info {
  height: 126px;
}
.about-page .section2 ul li .desc {
  margin-top: 40px;
  border-radius: 6px;
}
.about-page .section2 ul li:hover h3 {
  color: #db0000;
}
.about-page .section3 .nav1 {
  border-bottom: 1px #eee solid;
  width: 300px;
}
.about-page .section3 .nav1 a:hover,
.about-page .section3 .nav1 a.active {
  color: #db0000;
}
.about-page .section3 .tab-content .cover-text .img {
  padding-top: 43%;
  position: relative;
}
.about-page .section3 .tab-content .nav2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  background: rgba(0, 0, 0, 0.07);
}
.about-page .section3 .tab-content .nav2 li {
  flex: 1;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}
.about-page .section3 .tab-content .nav2 li:first-child {
  border-left: none;
}
.about-page .section3 .tab-content .nav2 li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.about-page .section3 .tab-content .nav2 li a.active,
.about-page .section3 .tab-content .nav2 li a:hover {
  background: rgba(219, 0, 0, 0.8);
  color: #fff;
}
.about-page .section4 .nav1 {
  border-bottom: 1px #eee solid;
  width: 320px;
}
.about-page .section4 .nav1 a:hover,
.about-page .section4 .nav1 a.active {
  color: #db0000;
}
.about-page .section4 ul li .item {
  height: 100%;
  padding: 40px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  position: relative;
  z-index: 1;
}
.about-page .section4 ul li .item .img {
  transition: 0.5s;
}
.about-page .section4 ul li .item .img img {
  max-width: 50px;
}
.about-page .section4 ul li .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #db0000;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.about-page .section4 ul li .item:hover i,
.about-page .section4 ul li .item:hover h3 {
  color: #fff;
}
.about-page .section4 ul li .item:hover .img {
  opacity: 0;
}
.about-page .section4 ul li .item:hover h5,
.about-page .section4 ul li .item:hover .desc {
  color: rgba(255, 255, 255, 0.8);
}
.about-page .section4 ul li .item:hover .bg {
  opacity: 1;
}
.about-page .section4 .img-content .left-img {
  height: 100%;
  position: relative;
}
.about-page .section4 .img-content .right-img {
  padding-top: 60%;
  position: relative;
}
.about-page .section4 .img-content .other-img {
  padding-top: 60%;
  position: relative;
}
.about-page .section5 .info {
  background: url(../images/about-section5-bg.jpg);
  background-size: cover;
  background-position: center;
}
.about-page .section5 .info ol {
  width: 85%;
}
.about-page .section5 .info .img img {
  max-width: 240px;
}
.about-page .section5 .content {
  position: relative;
  transform: translateY(-60px);
  border-radius: 8px;
  overflow: hidden;
}
.about-page .section5 .content .section5-container {
  width: 35%;
}
.about-page .section5 .content .section5-container .img {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section5 .content .section5-container .img img {
  max-height: 100%;
  max-width: 100%;
}
.about-page .section5 .content .desc {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.about-page .section5 .content .desc &gt; div {
  width: 48%;
  line-height: 40px;
}
.about-page .section5 .content .desc &gt; div p {
  position: relative;
  padding-left: 16px;
}
.about-page .section5 .content .desc &gt; div p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  display: flex;
  margin: auto;
  border: 1.5px #bbb solid;
  border-radius: 50%;
  transition: 0.5s;
}
.about-page .section5 .content .desc &gt; div p:hover::before {
  background-color: #db0000;
  border-color: #db0000;
}
.about-page .section5 .honor-info {
  transform: translateY(-40px);
}
.about-page .section5 .honor-info .nav .on a {
  color: #db0000;
}
.about-page .section5 .honor-info .tab-content .tab-pane {
  display: none;
}
.about-page .section5 .honor-info .tab-content .tab-pane.on {
  display: block;
}
.about-page .section5 .honor-info ul li .img {
  height: 280px;
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.about-page .section5 .honor-info ul li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-page .section6 ul li .img {
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: 0.5s;
}
.about-page .section6 ul li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-page .section6 ul li .img:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
}
.about-page .section6 .section6-pagination span {
  margin: 0 4px;
}
.culture-page .section1 .content .text {
  position: absolute;
  left: 5%;
  top: 10%;
}
.culture-page .section1 ol li .item {
  padding-top: 100%;
  position: relative;
  border: 1px #d5dfeb solid;
  border-radius: 8px;
  transition: 0.5s;
}
.culture-page .section1 ol li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.culture-page .section1 ol li .item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 128, 201, 0.15);
}
.culture-page .section2 .text {
  z-index: 1;
}
.culture-page .section2 .text ul {
  margin-top: 15%;
  display: flex;
}
.culture-page .section2 .text ul li {
  margin-right: 5%;
}
.culture-page .section3 ul li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.culture-page .section3 ul li .item h4 {
  height: 56px;
  border: 1px #d5dfeb solid;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.culture-page .section3 ul li .item:hover img {
  transform: scale(1.1);
}
.culture-page .section3 ul li .item:hover h4 {
  background-color: #db0000;
  color: #fff;
}
.honnor-page .content {
  width: 340px;
}
.honnor-page .content .text p {
  color: #db0000;
}
.honnor-page .content .text ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #ddd solid;
}
.honnor-page .content .text ul li &gt; div {
  display: flex;
  align-items: center;
}
.honnor-page .h-nav a {
  height: 36px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e9f3f8;
  transition: 0.5s;
}
.honnor-page .h-nav a:hover,
.honnor-page .h-nav a.active {
  background-color: #db0000;
  color: #fff;
}
.honnor-page .honor-list ol li .item {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
}
.honnor-page .honor-list ol li .item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.contact-page .section1 .content {
  border: 1px #eee solid;
}
.contact-page .section1 .text {
  padding: 20px 10% 20px 10%;
}
.contact-page .section1 .text ol li {
  display: flex;
  align-items: center;
}
.contact-page .section1 ol li a {
  width: 158px;
  height: 40px;
  padding: 0 12px;
  transition: 0.5s;
  border: 1px #db0000 solid;
}
.contact-page .section1 ol li a:hover {
  background-color: #db0000;
  color: #fff;
}
.contact-page .section1 ol li img {
  max-width: 100px;
}
.contact-page .section2 ul li .item {
  height: 100%;
  border: 1px #eee solid;
  border-radius: 5px;
}
.contact-page .section2 ul li .item .title {
  border-bottom: 1px #eee solid;
}
.contact-page .section2 ul li .code img {
  max-width: 100px;
}
.contact-page .section3 img {
  max-width: 100%;
}
.contact-page .section3 .content form input {
  width: 100%;
  height: 52px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 0 10px;
}
.contact-page .section3 .content form textarea {
  width: 100%;
  height: 150px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.contact-page .section3 .content form button {
  width: 100%;
  height: 52px;
  background-color: #db0000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.contact-page .section3 .content form button:hover {
  background-color: #db0000;
  color: #fff;
}
.pro-nav {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  right: 0;
}
.pro-nav ul {
  display: flex;
  box-sizing: border-box;
}
.pro-nav ul li {
  flex: 1;
  margin: 0 6px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.pro-nav ul li &gt; a {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.pro-nav ul li &gt; a .img img {
  max-width: 24px;
}
.pro-nav ul li &gt; a.active {
  background-color: #db0000;
  color: #fff;
}
.pro-nav ul li .sub-cat {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background-color: #fff;
  border: 1px #db0000 solid;
}
.pro-nav ul li .sub-cat a {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pro-nav ul li .sub-cat a:hover {
  color: #db0000;
}
.pro-nav ul li:hover &gt; a {
  background-color: #db0000;
  color: #fff;
}
.pro-nav ul li:hover .sub-cat {
  display: block;
}
.pro-nav .sub-categories ol {
  display: flex;
  flex-wrap: wrap;
}
.pro-nav .sub-categories ol li a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.pro-nav .sub-categories ol li a:hover {
  color: #db0000;
}
.pro-nav .sub-categories ol li a.on {
  color: #db0000;
}
.product-list .enti {
  line-height: 0;
}
.product-list ul li .item {
  border: 1px #eee solid;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
.product-list ul li .item .img {
  position: relative;
  padding-top: 90%;
  overflow: hidden;
}
.product-list ul li .item .img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  transition: 0.5s;
}
.product-list ul li .item:hover {
  border-color: #db0000;
}
.product-list ul li .item:hover img {
  transform: scale(1.06);
}
.product-list ul li .item:hover span {
  color: #db0000;
}
.solution-list ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.solution-list ol li .img {
  width: 48%;
}
.solution-list ol li .text {
  width: 48%;
  padding: 20px 4% 20px 0;
}
.solution-list ol li .text img {
  width: 50px;
}
.solution-list ol li .text .desc {
  line-height: 2;
  padding-left: 60px;
}
.solution-list ol li .text .info {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60px;
}
.solution-list ol li .text .info p {
  padding: 6px 12px;
  border: 1px #eee solid;
  border-radius: 20px;
  margin-right: 10px;
}
.solution-list ol li .text .links {
  padding-left: 60px;
}
.solution-list ol li .text .zx {
  width: 140px;
  height: 36px;
  background-color: #db0000;
  padding: 0 10px;
  border-radius: 20px;
  transition: 0.5s;
}
.solution-list ol li .text .zx:hover {
  background-color: #ccc;
  color: #fff;
}
.solution-list ol li .text .zx:hover .icon {
  color: #fff;
}
.solution-list ol li .text .xq {
  width: 140px;
  height: 36px;
  background-color: #ccc;
  padding: 0 10px;
  border-radius: 20px;
  transition: 0.5s;
}
.solution-list ol li .text .xq:hover {
  background-color: #db0000;
  color: #fff;
}
.solution-list ol li .text .xq:hover .icon {
  color: #fff;
}
.solution-list ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
.solution-list ol li:nth-child(2n) .text {
  padding: 20px 0 20px 4%;
}
.solution-page .solution-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solution-page .solution-content .content {
  width: 76%;
  border: 1px #d5dfeb solid;
  border-radius: 8px;
}
.solution-page .solution-content .content .page-info {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-info .title {
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-info .img {
  border-radius: 6px;
  overflow: hidden;
}
.solution-page .solution-content .content .page-info .details img {
  max-width: 100% !important;
  height: auto !important;
}
.solution-page .solution-content .content .page-info .zxzx {
  width: 160px;
  height: 36px;
  border: 2px #db0000 solid;
  background-color: #db0000;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.solution-page .solution-content .content .page-info .zxzx:hover {
  color: #db0000;
  background-color: #fff;
}
.solution-page .solution-content .content .page-info .zxzx:hover .icon {
  color: #db0000;
}
.solution-page .solution-content .content .page-details .details {
  padding: 5%;
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .content .page-details .details img {
  max-width: 100% !important;
  height: auto !important;
}
.solution-page .solution-content .hot-case {
  width: 22%;
}
.solution-page .solution-content .hot-case .case-info {
  border: 1px #d5dfeb solid;
  padding: 6%;
  border-radius: 6px;
}
.solution-page .solution-content .hot-case .case-info ul li a .img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.solution-page .solution-content .hot-case .case-info ul li a:hover img {
  transform: scale(1.1);
}
.solution-page .solution-content .hot-case .case-info ul li a:hover h3 {
  color: #db0000;
}
.solution-page .solution-content .hot-case .contact-info {
  border: 1px #d5dfeb solid;
  border-radius: 6px;
}
.solution-page .solution-content .hot-case .contact-info h2 {
  border-bottom: 1px #d5dfeb solid;
}
.solution-page .solution-content .hot-case .contact-info ol {
  padding: 10% 6%;
}
.solution-page .solution-content .hot-case .contact-info ol li {
  display: flex;
  align-items: center;
}
.solution-page .solution-content .hot-case .contact-info ol li span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f0f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next-bottom {
  padding: 20px 30px;
}
.prev-next-bottom a:hover {
  color: #db0000;
}
.prev-next-bottom a:hover .icon {
  color: #db0000;
}
.case-list .section1 {
  background-color: #f1f1f1;
}
.case-list .section1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-list .section1 .img img {
  max-width: 100%;
}
.case-list .section1 .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(../images/case-bg1.jpg);
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
}
.case-list .section1 .text .ti {
  width: 24%;
  background: url(../images/case-bg.jpg);
  background-size: cover;
  background-position: right center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 5%;
}
.case-list .section1 .text .ti img {
  width: 36px;
}
.case-list .section2 ul li .item {
  height: 100%;
}
.case-list .section2 ul li .item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.case-list .section2 ul li .item:hover img {
  transform: scale(1.1);
}
.case-list .section2 ul li .item:hover h3 {
  color: #db0000;
}
.case-list .section3 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case-list .section3 ul li {
  width: 12%;
}
.case-list .section3 ul li .img {
  padding-top: 100%;
  background: url(../images/fbg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  position: relative;
  transition: 0.5s;
}
.case-list .section3 ul li .img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  margin: auto;
  max-width: 60%;
  max-height: 40%;
  z-index: 2;
  padding-bottom: 12px;
}
.case-list .section3 ul li .img:hover {
  transform: scale(1.3);
}
.case-list .section3 ul li:nth-child(9) {
  margin-left: 6%;
}
.case-list .section3 ul li:nth-child(n+9):nth-child(-n+15) {
  transform: translateY(-20%);
}
.case-list .section3 ul li:nth-child(n+16):nth-child(-n+23) {
  transform: translateY(-40%);
}
.case-list .section3 ul li:nth-child(24) {
  margin-left: 6%;
}
.case-list .section3 ul li:nth-child(n+24):nth-child(-n+30) {
  transform: translateY(-60%);
}
.case-list .section3 ul li:nth-child(n+31):nth-child(-n+38) {
  transform: translateY(-80%);
}
.case-list .section3 ul li:nth-child(39) {
  margin-left: 6%;
}
.case-list .section3 ul li:nth-child(n+39):nth-child(-n+45) {
  transform: translateY(-100%);
}
.case-page .case-left .content {
  border: 1px #ddd solid;
  border-top: 2px #db0000 solid;
  border-radius: 4px;
}
.case-page .case-left .content h1 {
  padding: 30px 4%;
}
.case-page .case-left .content .albums-img {
  padding: 0 4%;
}
.case-page .case-left .content .albums-img .swiper-slide .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case-page .case-left .content .albums-img .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #fff;
}
.case-page .case-left .content .albums-img .gallery-thumbs {
  width: 90%;
}
.case-page .case-left .content .albums-img .gallery-thumbs .img {
  cursor: pointer;
  border-radius: 6px;
  border: 2px rgba(0, 0, 0, 0) solid;
}
.case-page .case-left .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
  border: 2px #db0000 solid;
}
.case-page .case-left .content .button-prev,
.case-page .case-left .content .button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px #eee solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-page .case-left .content .button-prev:hover,
.case-page .case-left .content .button-next:hover {
  color: #fff;
  background-color: #db0000;
  border-color: #db0000;
}
.case-page .case-left .content .button-prev:hover .icon,
.case-page .case-left .content .button-next:hover .icon {
  color: #fff;
}
.case-page .case-left .info .xq {
  padding: 0 4%;
  border-bottom: 1px #eee solid;
  background-color: #fafafa;
}
.case-page .case-left .info .info-detail {
  padding: 0 7%;
}
.case-page .case-left .info img {
  max-width: 100%;
}
.case-page .cg {
  border: 1px #eee solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case-page .cg a {
  width: 140px;
  height: 40px;
  padding: 0 12px;
  transition: 0.5s;
  border: 1px #db0000 solid;
}
.case-page .cg a:hover {
  background-color: #db0000;
  color: #fff;
}
.news-new {
  position: relative;
  border: 1px #eee solid;
  border-radius: 5px;
  overflow: hidden;
  background-image: url(../images/news-bg.jpg);
  background-size: 24%;
  background-repeat: no-repeat;
  background-position-x: 105%;
  background-position-y: 120%;
}
.news-new .img {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.news-new .text {
  overflow: hidden;
}
.news-new .desc {
  min-height: 90px;
}
.news-new a {
  width: 140px;
  height: 36px;
  border: 1px #db0000 solid;
  border-radius: 5px;
  transition: 0.5s;
}
.news-new a:hover {
  color: #fff;
  background-color: #db0000;
}
.news-list ol li .item {
  border: 1px #eee solid;
  border-radius: 5px;
  background-image: url(../images/news-bg.jpg);
  background-size: 38%;
  background-repeat: no-repeat;
  background-position-x: 110%;
  background-position-y: 110%;
}
.news-list ol li .item .img {
  border-radius: 5px;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.news-list ol li .item .text h4 {
  min-height: 80px;
}
.news-list ol li .item:hover img {
  transform: scale(1.1);
}
.news-list ol li .item:hover h4 {
  color: #db0000;
}
.news-page .content .news-left .info {
  border-top: 1px #ececec solid;
  min-height: 700px;
}
.news-page .content .news-left .info img {
  max-width: 100%;
}
.news-page .content .news-right ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-page .content .news-right ul li a:hover img {
  transform: scale(1.1);
}
.news-page .content .news-right ul li a:hover h3 {
  color: #db0000;
}
.ho-title h3 {
  height: 40px;
  position: relative;
}
.ho-title h3 span {
  color: transparent;
  /* 鏂囧瓧棰滆壊璁剧疆涓洪€忔槑 */
  background: -webkit-linear-gradient(45deg, #ddd, #eee);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.ho-title h2 {
  position: relative;
  z-index: 1;
}
.ho-title h2 span {
  color: transparent;
  /* 鏂囧瓧棰滆壊璁剧疆涓洪€忔槑 */
  background: linear-gradient(45deg, #db0000, #db0000);
  background: -webkit-linear-gradient(45deg, #db0000, #db0000);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.ho-title .line {
  width: 150px;
  height: 1px;
  background-color: #eee;
  position: relative;
}
.ho-title .line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  top: -1px;
  height: 3px;
  background-color: #db0000;
}
.home-banner .sw-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 6%;
  right: 0;
}
.home-banner .sw-btn .index-pagination span {
  margin: 0 4px;
  background-color: #ffffff;
}
.home-banner .sw-btn .index-pagination .swiper-pagination-bullet-active {
  background-color: #db0000;
}
.home-banner .sw-btn .index-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}
.home-banner .index-prev {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.home-banner .index-prev:hover {
  background-color: #db0000;
}
.home-banner .index-prev:hover .icon {
  color: #fff;
}
.home-banner .index-next {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px #ddd solid;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
}
.home-banner .index-next:hover {
  background-color: #db0000;
}
.home-banner .index-next:hover .icon {
  color: #fff;
}
.pzzz-page .section1 ul li .item {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fafafa;
}
.pzzz-page .section1 ul li .item .img {
  opacity: 0;
  transition: 0.5s;
}
.pzzz-page .section1 ul li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.pzzz-page .section1 ul li .item .text img {
  max-width: 70px;
}
.pzzz-page .section1 ul li .item:hover .img {
  opacity: 1;
}
.pzzz-page .section1 ul li .item:hover h3,
.pzzz-page .section1 ul li .item:hover h4,
.pzzz-page .section1 ul li .item:hover .desc {
  color: #fff;
}
.pzzz-page .section2 ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.35);
}
.pzzz-page .section2 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  transition: 0.5s;
}
.pzzz-page .section2 ul li:last-child {
  border-right: none;
}
.pzzz-page .section2 ul li:hover {
  background-color: #db0000;
}
.pzzz-page .section3 ul li .item {
  padding-top: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.pzzz-page .section3 ul li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 7%;
}
.pzzz-page .section3 ul li .item .text .desc {
  padding-right: 10%;
}
.pzzz-page .section4 .content {
  padding: 7% 0;
}
.pzzz-page .section4 .content ul {
  position: relative;
  z-index: 2;
}
.pzzz-page .section4 .content ul li {
  display: flex;
  align-items: center;
  width: 520px;
  padding-bottom: 50px;
  position: relative;
}
.pzzz-page .section4 .content ul li::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 72px;
  height: 24px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.pzzz-page .section4 .content ul li:last-child {
  padding-bottom: 0;
}
.pzzz-page .section4 .content ul li:last-child::before {
  content: none;
}
.pzzz-page .section4 .content ul li .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #fff solid;
}
.pzzz-page .section4 .content ul li .img img {
  max-width: 50%;
  max-height: 50%;
}
.pzzz-page .section4 .content ul li p {
  color: rgba(255, 255, 255, 0.6);
}
.product-page .section1 {
  border-bottom: 1px #eee solid;
}
.product-page .section1 .content {
  display: flex;
  justify-content: space-between;
}
.product-page .section1 .content .albums-img {
  width: 60%;
  display: flex;
  align-items: center;
}
.product-page .section1 .content .albums-img .nav1 {
  width: 15%;
}
.product-page .section1 .content .albums-img .nav1 .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 80%;
  border-radius: 4px;
  border: 1px #dddddd solid;
}
.product-page .section1 .content .albums-img .nav1 .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 94%;
  max-height: 94%;
}
.product-page .section1 .content .albums-img .nav1 .active .img {
  border-color: #db0000;
}
.product-page .section1 .content .albums-img .pro-container {
  padding: 1px;
  width: 80%;
}
.product-page .section1 .content .albums-img .pro-container .img {
  position: relative;
  padding-top: 60%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.product-page .section1 .content .albums-img .pro-container .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.product-page .section1 .content .text {
  width: 36%;
}
.product-page .section1 .content .text h1 {
  border-bottom: 1px #eee solid;
}
.product-page .section1 .content .text strong {
  font-weight: bold;
}
.product-page .section1 .content .text strong * {
  font-weight: bold;
}
.product-page .section1 .content .text ol {
  justify-content: space-between;
}
.product-page .section1 .content .text ol li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-page .section1 .content .text .more a {
  width: 158px;
  height: 40px;
  padding: 0 12px;
  transition: 0.5s;
  border: 1px #db0000 solid;
}
.product-page .section1 .content .text .more a:hover {
  background-color: #db0000;
  color: #fff;
}
.product-page .section2 .content {
  display: flex;
  align-items: flex-start;
}
.product-page .section2 .content .product-right ol li a {
  display: block;
}
.product-page .section2 .content .product-right ol li a:hover {
  color: #db0000;
}
.product-page .section2 .content .product-right img {
  max-width: 100%;
}
.product-page .section2 .content .product-right .info-list {
  border: 1px #eee solid;
  border-radius: 5px;
}
.product-page .section2 .content .product-right .info-list table {
  border: 1px #ddd solid;
  width: 100%;
}
.product-page .section2 .content .product-right .info-list table td {
  border: 1px #ddd solid;
  padding: 4px;
  text-align: center;
}
.product-page .section2 .content .product-right .info-list table strong {
  font-weight: bold;
}
.product-page .section2 .content .product-right .info-list table strong * {
  font-weight: bold;
}
.product-page .section2 .content .product-right .info-list table tr:nth-child(odd) td {
  background-color: #eee !important;
}
.product-page .section2 .content .product-xg {
  width: 25%;
}
.product-page .dzcg {
  background-position: bottom center;
  background-size: cover;
}
.product-page .dzcg form {
  padding: 4% 0;
}
.product-page .dzcg form input {
  width: 100%;
  height: 52px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 0 10px;
}
.product-page .dzcg form textarea {
  width: 100%;
  height: 120px;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.product-page .dzcg form button {
  width: 100%;
  height: 52px;
  background-color: #db0000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-page .dzcg form button:hover {
  background-color: #db0000;
  color: #fff;
}
.product-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d5dfeb;
  height: 70px;
  border-radius: 10px;
  padding: 10px;
}
.product-search input {
  flex: 1;
  width: 100%;
}
.target-fix {
  position: relative;
  top: -88px;
  display: block;
  visibility: hidden;
}
.index-section1 ul li {
  width: 18%;
  height: 520px;
  position: relative;
  overflow: hidden;
  border: 1px #eee solid;
  border-radius: 5px;
  transition: 0.5s;
}
.index-section1 ul li .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16% 5%;
  transition: 0.5s;
}
.index-section1 ul li .title .img {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section1 ul li .title .img img {
  max-width: 90%;
  max-height: 90%;
}
.index-section1 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-100%);
}
.index-section1 ul li .text .info {
  width: 50%;
  background-color: #db0000;
  padding: 8% 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../images/index-section1-img.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position-x: -80%;
  background-position-y: 80%;
}
.index-section1 ul li .text .info .desc {
  color: rgba(255, 255, 255, 0.6);
}
.index-section1 ul li .text .info .son-cat {
  min-height: 240px;
}
.index-section1 ul li .text .info .son-cat a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: 34px;
}
.index-section1 ul li .text .info .son-cat a:hover {
  color: #fff;
}
.index-section1 ul li .text .info .more {
  width: 140px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 4px;
  transition: 0.5s;
}
.index-section1 ul li .text .info .more:hover {
  background-color: #fff;
  color: #db0000;
}
.index-section1 ul li .text .img {
  width: 50%;
  background: url(../images/index-section1-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-section1 ul li .text .img img {
  position: absolute;
  left: -10%;
  bottom: 0;
  max-width: 100%;
}
.index-section1 ul li.on {
  width: 40%;
}
.index-section1 ul li.on .title {
  transform: translateX(100%);
  opacity: 0;
}
.index-section1 ul li.on .text {
  opacity: 1;
  transform: translateX(0);
}
.index-section1 .section1-pagination {
  position: relative;
  height: 2px;
}
.index-section1 .section1-pagination .swiper-pagination-progressbar-fill {
  background-color: #db0000;
}
.index-section1 .section1-prev,
.index-section1 .section1-next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #bbb solid;
}
.index-section1 .section1-prev:hover,
.index-section1 .section1-next:hover {
  background-color: #db0000;
}
.index-section1 .section1-prev:hover .icon,
.index-section1 .section1-next:hover .icon {
  color: #fff;
}
.index-section1 .pro-container ol li .title {
  background-color: #fff;
}
.index-section1 .pro-container ol li .title .img {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-section1 .pro-container ol li .title .img img {
  max-width: 90%;
  max-height: 90%;
}
.index-section1 .pro-pagination span {
  margin: 0 2px;
}
.index-section2 {
  background-color: #f1f1f1;
}
.index-section2 .nav1 {
  border-bottom: 1px #bbb solid;
  display: flex;
}
.index-section2 .nav1 li {
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-section2 .nav1 li.active h5 {
  color: #db0000;
}
.index-section2 .nav1 li img {
  max-width: 20px;
  filter: grayscale(100%);
}
.index-section2 .item .text {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.index-section2 .item .text .info {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 2px #db0000 solid;
  width: 100%;
}
.index-section2 .item .text .info a {
  width: 130px;
  height: 38px;
  border: 1px #db0000 solid;
}
.index-section2 .item .text .info a:hover {
  color: #fff;
  background: #db0000;
}
.index-section2 .section2-pagination span {
  margin: 0 2px;
}
.index-section3 {
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 360px;
}
.index-section3 .ho-img {
  z-index: -1;
}
.index-section3 .more {
  width: 170px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 4px;
  transition: 0.5s;
}
.index-section3 .more:hover {
  background-color: #fff;
  color: #db0000;
}
.index-section3 .video-link {
  width: 100px;
  margin: 100px auto 0;
}
.index-section3 ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.15);
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
.index-section3 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  height: 150px;
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  transition: 0.5s;
}
.index-section3 ul li:first-child {
  border-left: none;
}
.index-section3 ul li p {
  color: rgba(255, 255, 255, 0.6);
}
.index-section3 ul li:hover {
  background-color: #db0000;
}
.index-section4 ol {
  display: flex;
  justify-content: space-between;
}
.index-section4 ol &gt; li {
  transition: 0.5s;
  width: 22%;
  position: relative;
  height: 620px;
  overflow: hidden;
}
.index-section4 ol &gt; li.on {
  width: 50%;
}
.index-section4 ol &gt; li .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15%;
  transition: 0.5s;
}
.index-section4 ol &gt; li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6%;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.index-section4 ol &gt; li .text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.index-section4 ol &gt; li .text .more {
  width: 140px;
  height: 40px;
  border: 1px #db0000 solid;
  border-radius: 4px;
  transition: 0.5s;
}
.index-section4 ol &gt; li .text .more:hover {
  background-color: #db0000;
  color: #fff;
}
.index-section4 ol &gt; li:hover .title {
  transform: translateY(-100%);
  opacity: 0;
}
.index-section4 ol &gt; li:hover .text {
  opacity: 1;
  transform: translateY(0);
}
.index-section5 .nav {
  width: 320px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #eee solid;
}
.index-section5 .nav li a:hover {
  color: #db0000;
}
.index-section5 .sw-btn {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 10;
}
.index-section5 .sw-btn .swiper-pagination-total {
  color: #999;
}
.index-section5 ul li .item {
  border: 1px #eee solid;
  border-radius: 5px;
  background-image: url(../images/news-bg.jpg);
  background-size: 38%;
  background-repeat: no-repeat;
  background-position-x: 110%;
  background-position-y: 110%;
}
.index-section5 ul li .item .text h4 {
  min-height: 80px;
}
.index-section5 ul li .item:hover img {
  transform: scale(1.1);
}
.index-section5 ul li .item:hover h4 {
  color: #db0000;
}
.searchlist-input-container {
  display: flex;
  margin: auto;
  width: 50%;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
  border: 1px #ddd solid;
  background-color: #fff;
}
.searchlist-input-container .key {
  flex: 1;
  font-size: 14px;
  color: #727272;
}
.searchlist-input-container button {
  height: 60px;
  color: #fff;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchlist-input-container button:hover .icon {
  color: #db0000;
}
.pro-nav2 {
  display: flex;
  flex-wrap: wrap;
  background-color: #666;
}
.pro-nav2 li {
  min-width: 33.33%;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  margin-bottom: -1px;
  margin-left: -1px;
}
.pro-nav2 li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.pro-nav2 li a.active,
.pro-nav2 li a:hover {
  background: rgba(219, 0, 0, 0.8);
  color: #fff;
}
.sz-kefu {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50%;
  z-index: 100;
  margin-top: -100px;
}
.sz-kefu ul {
  padding-left: 0;
}
.sz-kefu ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 50px;
  list-style: none;
}
.sz-kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #db0000;
  overflow: hidden;
  opacity: 0.8;
}
.sz-kefu ul li.kf2 .sidebox {
  /* background:#7fbb57; */
  overflow: visible;
}
.sz-kefu ul li .sidebox:hover {
  opacity: 1;
}
.sz-kefu ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #182e65;
  transition: all 0.3s;
  opacity: 0.8;
}
.sz-kefu ul li .sidetop:hover {
  opacity: 1;
}
.sz-kefu ul li img {
  float: left;
}
.sz-kefu ul li .sidebox3 {
  font-size: 16px;
  justify-content: flex-start;
}
.sz-kefu ul li .sidebox3 p {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
}
.sz-kefu ul li .sidebox3 span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sz-kefu ul li .kImg {
  padding: 13px;
}
.sz-kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 110px;
  background: #fff;
  border: 1px solid #fff;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
  box-sizing: content-box;
}
.sz-kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}
.sz-kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}
.sz-kefu .qq .sidebox {
  border: 1px solid #fff;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}
.sz-kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}
.sz-kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.sz-kefu .qq h5 i:hover {
  transform: rotate(90deg);
}
.sz-kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #fff;
  margin: 5px 15px;
}
.sz-kefu ul li:hover .kf_wx {
  display: block;
}
.sz-kefu ul li:hover .sidebox3 {
  width: 200px;
}
</pre></body></html>